Gateway setup command
`use MTerminal::Mud; my $con = MConnection::Telnet->new(IO::Socket::INET->new(Proto => 'tcp', PeerAddr => 'mud.bofh.net.au:5000')); $con->terminal('MTerminal::Mud');
